Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
geojson-random
Advanced tools
Generate random GeoJSON features.
Usable in node.js and in browsers with browserify.
npm install -g geojson-random
geojson-random
var random = require('geojson-random');
random.point(count, bbox)
Return count
points wrapped in a FeatureCollection.
An optional bbox
parameter should be an array of numbers representing
a bbox in WSEN order,
and if given, the point will reside within its bounds.
random.position(bbox?)
Return a single GeoJSON Position as a 2-element array of numbers in longitude, latitude order.
An optional bbox
parameter should be an array of numbers representing
a bbox in WSEN order,
and if given, the position will reside within its bounds.
random.polygon(count, num_vertices, max_radial_length)
Return count
polygons wrapped in a FeatureCollection.
num_vertices
is default 10
and is how many coordinates each Polygon
will contain.max_radial_length
is the maximum number of decimal degrees latitude
or longitude that a vertex can reach out of the center of the Polygon.
Default is 10
.0.2.2
coordInBBBOX
function to fix the output of points within small bounding
boxes.FAQs
generate random geojson features
The npm package geojson-random receives a total of 11,138 weekly downloads. As such, geojson-random popularity was classified as popular.
We found that geojson-random demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.